home *** CD-ROM | disk | FTP | other *** search
- {$I-,G+,X+,F+}
-
- {Conditional defines that may affect this unit}
- {$I AWDEFINE.INC}
-
- {*********************************************************}
- {* TERMDEMO.DPR 1.01 *}
- {* Copyright (c) TurboPower Software 1995 *}
- {* All rights reserved. *}
- {*********************************************************}
-
- program Termdemo;
-
- uses
- Forms,
- Tdmain in 'TDMAIN.PAS' {MainForm},
- AdXPort in '..\ADXPORT.PAS' {ComPortOptions}; {!!.01}
-
- {$R *.RES}
-
- begin
- Application.CreateForm(TMainForm, MainForm);
- Application.CreateForm(TComPortOptions, ComPortOptions);
- Application.Run;
- end.
-